Overview

Figures code for the presentation

Szymon Talaga
2021-10-14
library(tidyverse)
library(ggplot2)
library(igraph)
library(ggraph)
library(latex2exp)


theme_set(theme_bw())


ROOT <- here::here()
FIGS <- file.path(ROOT, "figures", "overview/")
DATA <- file.path(ROOT, "data")

knitr::opts_chunk$set(
    echo = FALSE,
    fig.width = 8,
    fig.height = 6,
    fig.path = FIGS
)

ER random graph model

Random walk on a strongly connected network

Random walk on a weakly connected network

Poisson distribution

ER model percolation

[[1]]


[[2]]


[[3]]


[[4]]


[[5]]


[[6]]

Political blogs